< Prev(J) / Next(K) > / View :

Filename: /text/sbasic/shared/03131500.xhp

(section: createunostruct) (bookmark: bm_id3150499)
CreateUnoStruct function

CreateUnoStruct 関数

CreateUnoStruct Function [Runtime]
CreateUnoStruct 関数 [実行時](hd_id3150499.1)

Creates an instance of a Uno structure type.
Uno 構造型のインスタンスを作成します。(par_id3150713.2)

(/section: createunostruct)

Use the following structure for your statement:
ステートメントには下記の構造体を使用します。(par_id3147226.3)

Dim oStruct as new com.sun.star.beans.Property
Dim oStruct as new com.sun.star.beans.Property(par_id3149177.4)

Syntax:
構文:(hd_id3156153.5)

oStruct = CreateUnoStruct( Uno type name )
oStruct = CreateUnoStruct( Uno type name )(par_id3155341.6)

Example:
例:(hd_id3145316.7)

oStruct = CreateUnoStruct( "com.sun.star.beans.Property" )
oStruct = CreateUnoStruct( "com.sun.star.beans.Property" )(par_id3149762.8)


< Prev / Next >